Package-level declarations

Contains the Mapbox Maps Android Annotation API classes.

Types

Link copied to clipboard
abstract class Annotation : Comparable<T>
Annotation is an overlay on top of a Map.
Link copied to clipboard
Abstract builder class for composing custom Marker objects.
Link copied to clipboard
Multipoint is an abstract annotation for combining geographical locations.
Link copied to clipboard
Bubble View for Android with custom stroke width and color, arrow size, position and direction.
Link copied to clipboard
open class Icon
Icon is the visual representation of a Marker on a MapView.
Link copied to clipboard
Factory for creating Icons from bitmap images.
Link copied to clipboard
open class InfoWindow
InfoWindow is a tooltip shown when a Marker is tapped.
Link copied to clipboard
open class Marker : Annotation
Marker is an annotation that shows an icon image at a geographical location.
Link copied to clipboard
Builder for composing Marker objects.
Link copied to clipboard
Polygon is a geometry annotation that's a closed loop of coordinates.
Link copied to clipboard
Builder for composing Polygon objects.
Link copied to clipboard
Polyline is a geometry feature with an unclosed list of coordinates drawn as a line
Link copied to clipboard
Builder for composing Polyline objects.